Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a new Microsoft Sentinel incident is created, this playbook gets triggered and performs below actions:
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | CrowdStrike Falcon Endpoint Protection |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
http |
Built-in | 0 | 4 |
workflow |
Built-in | 0 | 1 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Entities_-_Get_Hosts | post | /entities/host |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP-Get_detection_information | POST | @{body('CrowdStrike_Base')?['FalconHost']}/detects/entities/summaries/GET/v1 |
— |
| HTTP_-Search_for_detections | GET | @{body('CrowdStrike_Base')?['FalconHost']}/detects/queries/detects/v1?filter=first_behavior:>'@{variables('Timestamp')}'&device_id:'@{body('Parse_JSON_Get_device_id_response')?['resources']?[0]}'&sort=first_behavior.desc |
— |
| HTTP_-Get_device_information | GET | @{body('CrowdStrike_Base')?['FalconHost']}/devices/entities/devices/v1?ids=@{body('Parse_JSON_Get_device_id_response')?['resources']?[0]} |
— |
| HTTP_-_Get_device_id | GET | @{body('CrowdStrike_Base')?['FalconHost']}/devices/queries/devices/v1?filter=hostname:'@{body('Entities_-_Get_Hosts')?['Hosts']?[0]?['HostName']}' |
— |
workflow (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| CrowdStrike_Base | — | — | workflowId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name ,'/providers/Microsoft.Logic/workflows/', parameters('CrowdStrike_Base_Playbook_Name'))]triggerName= manual |
📄 Source: CrowdStrike_Enrichment_GetDeviceInformation/readme.md
When a new Microsoft Sentinel incident is created, this playbook gets triggered and performs below actions:


Once deployment is complete, you will need to authorize connections.
Microsoft Sentinel incident is created. The playbook receives the incident as the input.
Get the list of risky devices as entities from the Incident
Initialize a string variable to store comments to update in the incident
Initialize timestamp variable to hold the timestamp for the past 3 days
Call the base logic App to get access token and Falcon Host URL
This gets the device id from crowdstrike by filtering on hostname
This prepares Json message for the device id response
This action will compose the Crowdstrike image to add to the incident comments
This action will enrich the incident with the constructed HTML table with device information
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to CrowdStrike Falcon Endpoint Protection